home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1998 July / EnigmA AMIGA RUN 29 (1998)(G.R. Edizioni)(IT)[!][issue 1998-07 & 08].iso / earcd / utils / selector / examples / env3.sel < prev    next >
Text File  |  1996-04-23  |  228b  |  13 lines

  1. close off
  2. defenv c ";"
  3. gap 4
  4. rows 3
  5.  
  6. startbox
  7. [c] text "Just press"
  8. [c] text "the different"
  9. [c] text "buttons"
  10. endbox
  11. button "Help text" 'setenv c " "' update
  12. button "No Help" 'setenv c ";"' update
  13. button exit 'unsetenv c' exit